Html Css Color HEX #EFBF32 Bright Sun

📋 copy color: '#EFBF32'

red 239 ◦ green 191 ◦ blue 50

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

Shades of Bright Sun #EFBF32

Tints of Bright Sun #EFBF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.42%

R = 49.79%
G = 39.79%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFBF32 (or 0xEFBF32) is known color: Bright Sun. HEX triplet: EF, BF and 32. RGB value is (239,191,50). Sum of RGB (Red+Green+Blue) = 239+191+50=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF32 is #1040CD. Grayscale: #BDBDBD. Windows color (decimal): -1065166 or 3325935. OLE color: 3325935.

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

Color convert

RGB 239 191 50 -
CMYK 0 0.20 0.79 0.06
HSL 44.76º 0.86% 0.57% -
HSV(B) 44.76º 0.79% 0.94% -
XYZ 54.8 55.84 10.91 -
YUV 189.28 49.4 163.46 -
System Red Green Blue C M Y K H S L
Decimal 239 191 50 0 0.20 0.79 0.06 44.76 0.86 0.57
Hex EF BF 32 0 14 4F 6 2D 56 39
Octal 357 277 62 0 24 117 6 55 126 71
Binary 11101111 10111111 110010 0 10100 1001111 110 101101 1010110 111001

Color Harmonies of #EFBF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF32

Black with #EFBF32

Text Example


Text Example

White with #EFBF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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