Html Css Color HEX #EFB334 Bright Sun

📋 copy color: '#EFB334'

red 239 ◦ green 179 ◦ blue 52

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

Shades of Bright Sun #EFB334

Tints of Bright Sun #EFB334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.09%

 BLUE value IS 52 (20.7% from 255) = 11.06%

R = 50.85%
G = 38.09%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFB334 (or 0xEFB334) is known color: Bright Sun. HEX triplet: EF, B3 and 34. RGB value is (239,179,52). Sum of RGB (Red+Green+Blue) = 239+179+52=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB334 is #104CCB. Grayscale: #B7B7B7. Windows color (decimal): -1068236 or 3453935. OLE color: 3453935.

HSL color Cylindrical-coordinate representation of color #EFB334: hue angle of 40.75º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFB334 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 52 -
CMYK 0 0.25 0.78 0.06
HSL 40.75º 0.85% 0.57% -
HSV(B) 40.75º 0.78% 0.94% -
XYZ 52.34 50.84 10.3 -
YUV 182.46 54.38 168.33 -
System Red Green Blue C M Y K H S L
Decimal 239 179 52 0 0.25 0.78 0.06 40.75 0.85 0.57
Hex EF B3 34 0 19 4E 6 29 55 39
Octal 357 263 64 0 31 116 6 51 125 71
Binary 11101111 10110011 110100 0 11001 1001110 110 101001 1010101 111001

Color Harmonies of #EFB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB334

Black with #EFB334

Text Example


Text Example

White with #EFB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB334; }

 p { color: rgb(239,179,52); }

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

background-color css

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

 a { background-color: rgb(239,179,52); }

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

border-color css

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

 span { border-color: rgb(239,179,52); }

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