Html Css Color HEX #EFBE32 Bright Sun

📋 copy color: '#EFBE32'

red 239 ◦ green 190 ◦ blue 50

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

Shades of Bright Sun #EFBE32

Tints of Bright Sun #EFBE32

RGB

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

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

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

R = 49.9%
G = 39.67%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFBE32 (or 0xEFBE32) is known color: Bright Sun. HEX triplet: EF, BE and 32. RGB value is (239,190,50). Sum of RGB (Red+Green+Blue) = 239+190+50=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE32 is #1041CD. Grayscale: #BDBDBD. Windows color (decimal): -1065422 or 3325679. OLE color: 3325679.

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

Color convert

RGB 239 190 50 -
CMYK 0 0.21 0.79 0.06
HSL 44.44º 0.86% 0.57% -
HSV(B) 44.44º 0.79% 0.94% -
XYZ 54.59 55.41 10.84 -
YUV 188.69 49.73 163.88 -
System Red Green Blue C M Y K H S L
Decimal 239 190 50 0 0.21 0.79 0.06 44.44 0.86 0.57
Hex EF BE 32 0 15 4F 6 2C 56 39
Octal 357 276 62 0 25 117 6 54 126 71
Binary 11101111 10111110 110010 0 10101 1001111 110 101100 1010110 111001

Color Harmonies of #EFBE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE32

Black with #EFBE32

Text Example


Text Example

White with #EFBE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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