Html Css Color HEX #EFBF28 Bright Sun

📋 copy color: '#EFBF28'

red 239 ◦ green 191 ◦ blue 40

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

Shades of Bright Sun #EFBF28

Tints of Bright Sun #EFBF28

RGB

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

 GREEN value IS 191 (75% from 255) = 40.64%

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

R = 50.85%
G = 40.64%
B = 8.51%

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

#EFBF28 (or 0xEFBF28) is known color: Bright Sun. HEX triplet: EF, BF and 28. RGB value is (239,191,40). Sum of RGB (Red+Green+Blue) = 239+191+40=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF28 is #1040D7. Grayscale: #BCBCBC. Windows color (decimal): -1065176 or 2670575. OLE color: 2670575.

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

Color convert

RGB 239 191 40 -
CMYK 0 0.20 0.83 0.06
HSL 45.53º 0.86% 0.55% -
HSV(B) 45.53º 0.83% 0.94% -
XYZ 54.61 55.77 9.89 -
YUV 188.14 44.4 164.28 -
System Red Green Blue C M Y K H S L
Decimal 239 191 40 0 0.20 0.83 0.06 45.53 0.86 0.55
Hex EF BF 28 0 14 53 6 2E 56 37
Octal 357 277 50 0 24 123 6 56 126 67
Binary 11101111 10111111 101000 0 10100 1010011 110 101110 1010110 110111

Color Harmonies of #EFBF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF28

Black with #EFBF28

Text Example


Text Example

White with #EFBF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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