Html Css Color HEX #EFBE28 Bright Sun

📋 copy color: '#EFBE28'

red 239 ◦ green 190 ◦ blue 40

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

Shades of Bright Sun #EFBE28

Tints of Bright Sun #EFBE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.51%

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

R = 50.96%
G = 40.51%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFBE28 (or 0xEFBE28) is known color: Bright Sun. HEX triplet: EF, BE and 28. RGB value is (239,190,40). Sum of RGB (Red+Green+Blue) = 239+190+40=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE28 is #1041D7. Grayscale: #BCBCBC. Windows color (decimal): -1065432 or 2670319. OLE color: 2670319.

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

Color convert

RGB 239 190 40 -
CMYK 0 0.21 0.83 0.06
HSL 45.23º 0.86% 0.55% -
HSV(B) 45.23º 0.83% 0.94% -
XYZ 54.39 55.33 9.82 -
YUV 187.55 44.73 164.7 -
System Red Green Blue C M Y K H S L
Decimal 239 190 40 0 0.21 0.83 0.06 45.23 0.86 0.55
Hex EF BE 28 0 15 53 6 2D 56 37
Octal 357 276 50 0 25 123 6 55 126 67
Binary 11101111 10111110 101000 0 10101 1010011 110 101101 1010110 110111

Color Harmonies of #EFBE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE28

Black with #EFBE28

Text Example


Text Example

White with #EFBE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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