Html Css Color HEX #EFC02F Bright Sun

📋 copy color: '#EFC02F'

red 239 ◦ green 192 ◦ blue 47

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

Shades of Bright Sun #EFC02F

Tints of Bright Sun #EFC02F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.17%

 BLUE value IS 47 (18.75% from 255) = 9.83%

R = 50%
G = 40.17%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFC02F (or 0xEFC02F) is known color: Bright Sun. HEX triplet: EF, C0 and 2F. RGB value is (239,192,47). Sum of RGB (Red+Green+Blue) = 239+192+47=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC02F is #103FD0. Grayscale: #BEBEBE. Windows color (decimal): -1064913 or 3129583. OLE color: 3129583.

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

Color convert

RGB 239 192 47 -
CMYK 0 0.20 0.80 0.06
HSL 45.31º 0.86% 0.56% -
HSV(B) 45.31º 0.8% 0.94% -
XYZ 54.96 56.26 10.65 -
YUV 189.52 47.57 163.29 -
System Red Green Blue C M Y K H S L
Decimal 239 192 47 0 0.20 0.80 0.06 45.31 0.86 0.56
Hex EF C0 2F 0 14 50 6 2D 56 38
Octal 357 300 57 0 24 120 6 55 126 70
Binary 11101111 11000000 101111 0 10100 1010000 110 101101 1010110 111000

Color Harmonies of #EFC02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC02F

Black with #EFC02F

Text Example


Text Example

White with #EFC02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC02F; }

 p { color: rgb(239,192,47); }

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

background-color css

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

 a { background-color: rgb(239,192,47); }

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

border-color css

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

 span { border-color: rgb(239,192,47); }

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