Html Css Color HEX #EFBF29 Bright Sun

📋 copy color: '#EFBF29'

red 239 ◦ green 191 ◦ blue 41

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

Shades of Bright Sun #EFBF29

Tints of Bright Sun #EFBF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.7%

R = 50.74%
G = 40.55%
B = 8.7%

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

#EFBF29 (or 0xEFBF29) is known color: Bright Sun. HEX triplet: EF, BF and 29. RGB value is (239,191,41). Sum of RGB (Red+Green+Blue) = 239+191+41=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 41 (16.41% from 255 or 8.70% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF29 is #1040D6. Grayscale: #BCBCBC. Windows color (decimal): -1065175 or 2736111. OLE color: 2736111.

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

Color convert

RGB 239 191 41 -
CMYK 0 0.20 0.83 0.06
HSL 45.45º 0.86% 0.55% -
HSV(B) 45.45º 0.83% 0.94% -
XYZ 54.63 55.77 9.98 -
YUV 188.25 44.9 164.2 -
System Red Green Blue C M Y K H S L
Decimal 239 191 41 0 0.20 0.83 0.06 45.45 0.86 0.55
Hex EF BF 29 0 14 53 6 2D 56 37
Octal 357 277 51 0 24 123 6 55 126 67
Binary 11101111 10111111 101001 0 10100 1010011 110 101101 1010110 110111

Color Harmonies of #EFBF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF29

Black with #EFBF29

Text Example


Text Example

White with #EFBF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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