Html Css Color HEX #EFBA34 Bright Sun

📋 copy color: '#EFBA34'

red 239 ◦ green 186 ◦ blue 52

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

Shades of Bright Sun #EFBA34

Tints of Bright Sun #EFBA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

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

R = 50.1%
G = 38.99%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFBA34 (or 0xEFBA34) is known color: Bright Sun. HEX triplet: EF, BA and 34. RGB value is (239,186,52). Sum of RGB (Red+Green+Blue) = 239+186+52=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 52 (20.70% from 255 or 10.90% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA34 is #1045CB. Grayscale: #BBBBBB. Windows color (decimal): -1066444 or 3455727. OLE color: 3455727.

HSL color Cylindrical-coordinate representation of color #EFBA34: hue angle of 42.99º 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 #EFBA34 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 52 -
CMYK 0 0.22 0.78 0.06
HSL 42.99º 0.85% 0.57% -
HSV(B) 42.99º 0.78% 0.94% -
XYZ 53.78 53.72 10.78 -
YUV 186.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 239 186 52 0 0.22 0.78 0.06 42.99 0.85 0.57
Hex EF BA 34 0 16 4E 6 2B 55 39
Octal 357 272 64 0 26 116 6 53 125 71
Binary 11101111 10111010 110100 0 10110 1001110 110 101011 1010101 111001

Color Harmonies of #EFBA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA34

Black with #EFBA34

Text Example


Text Example

White with #EFBA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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