Html Css Color HEX #EFC028 Bright Sun

📋 copy color: '#EFC028'

red 239 ◦ green 192 ◦ blue 40

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

Shades of Bright Sun #EFC028

Tints of Bright Sun #EFC028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.49%

R = 50.74%
G = 40.76%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFC028 (or 0xEFC028) is known color: Bright Sun. HEX triplet: EF, C0 and 28. RGB value is (239,192,40). Sum of RGB (Red+Green+Blue) = 239+192+40=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC028 is #103FD7. Grayscale: #BDBDBD. Windows color (decimal): -1064920 or 2670831. OLE color: 2670831.

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

Color convert

RGB 239 192 40 -
CMYK 0 0.20 0.83 0.06
HSL 45.83º 0.86% 0.55% -
HSV(B) 45.83º 0.83% 0.94% -
XYZ 54.83 56.2 9.97 -
YUV 188.73 44.07 163.86 -
System Red Green Blue C M Y K H S L
Decimal 239 192 40 0 0.20 0.83 0.06 45.83 0.86 0.55
Hex EF C0 28 0 14 53 6 2E 56 37
Octal 357 300 50 0 24 123 6 56 126 67
Binary 11101111 11000000 101000 0 10100 1010011 110 101110 1010110 110111

Color Harmonies of #EFC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC028

Black with #EFC028

Text Example


Text Example

White with #EFC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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