Html Css Color HEX #EFBC30 Bright Sun

📋 copy color: '#EFBC30'

red 239 ◦ green 188 ◦ blue 48

#EFBC30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Sun #EFBC30

Tints of Bright Sun #EFBC30

RGB

 RED value IS 239 (93.75% from 255) = 50.32%

 GREEN value IS 188 (73.83% from 255) = 39.58%

 BLUE value IS 48 (19.14% from 255) = 10.11%

R = 50.32%
G = 39.58%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFBC30 (or 0xEFBC30) is known color: Bright Sun. HEX triplet: EF, BC and 30. RGB value is (239,188,48). Sum of RGB (Red+Green+Blue) = 239+188+48=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC30 is #1043CF. Grayscale: #BBBBBB. Windows color (decimal): -1065936 or 3194095. OLE color: 3194095.

HSL color Cylindrical-coordinate representation of color #EFBC30: hue angle of 43.98º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFBC30 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 188 48 -
CMYK 0 0.21 0.80 0.06
HSL 43.98º 0.86% 0.56% -
HSV(B) 43.98º 0.8% 0.94% -
XYZ 54.11 54.53 10.47 -
YUV 187.29 49.4 164.88 -
System Red Green Blue C M Y K H S L
Decimal 239 188 48 0 0.21 0.80 0.06 43.98 0.86 0.56
Hex EF BC 30 0 15 50 6 2C 56 38
Octal 357 274 60 0 25 120 6 54 126 70
Binary 11101111 10111100 110000 0 10101 1010000 110 101100 1010110 111000

Color Harmonies of #EFBC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC30

Black with #EFBC30

Text Example


Text Example

White with #EFBC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC30; }

 p { color: rgb(239,188,48); }

 H1.HeaderClassName
 {
   color: #EFBC30;
 }
 .AnyTagClassName
 {
   color: #EFBC30;
 }
</style>

background-color css

<style>
 a { background-color: #EFBC30; }

 a { background-color: rgb(239,188,48); }

 div.DivClassName
 {
   background-color: #EFBC30;
 }
 .BgClassName
 {
   background-color: #EFBC30;
 }
</style>

border-color css

<style>
 span { border-color: #EFBC30; }

 span { border-color: rgb(239,188,48); }

 td.TdClassName
 {
   border-color: #EFBC30;
 }
 .TagClassName
 {
   border-color: #EFBC30;
 }
</style>