Html Css Color HEX #EFC02C Bright Sun

📋 copy color: '#EFC02C'

red 239 ◦ green 192 ◦ blue 44

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

Shades of Bright Sun #EFC02C

Tints of Bright Sun #EFC02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.26%

R = 50.32%
G = 40.42%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFC02C (or 0xEFC02C) is known color: Bright Sun. HEX triplet: EF, C0 and 2C. RGB value is (239,192,44). Sum of RGB (Red+Green+Blue) = 239+192+44=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC02C is #103FD3. Grayscale: #BDBDBD. Windows color (decimal): -1064916 or 2932975. OLE color: 2932975.

HSL color Cylindrical-coordinate representation of color #EFC02C: hue angle of 45.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFC02C is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 44 -
CMYK 0 0.20 0.82 0.06
HSL 45.54º 0.86% 0.55% -
HSV(B) 45.54º 0.82% 0.94% -
XYZ 54.9 56.23 10.34 -
YUV 189.18 46.07 163.53 -
System Red Green Blue C M Y K H S L
Decimal 239 192 44 0 0.20 0.82 0.06 45.54 0.86 0.55
Hex EF C0 2C 0 14 52 6 2E 56 37
Octal 357 300 54 0 24 122 6 56 126 67
Binary 11101111 11000000 101100 0 10100 1010010 110 101110 1010110 110111

Color Harmonies of #EFC02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC02C

Black with #EFC02C

Text Example


Text Example

White with #EFC02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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