Html Css Color HEX #EFBE34 Bright Sun

📋 copy color: '#EFBE34'

red 239 ◦ green 190 ◦ blue 52

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

Shades of Bright Sun #EFBE34

Tints of Bright Sun #EFBE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.81%

R = 49.69%
G = 39.5%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFBE34 (or 0xEFBE34) is known color: Bright Sun. HEX triplet: EF, BE and 34. RGB value is (239,190,52). Sum of RGB (Red+Green+Blue) = 239+190+52=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE34 is #1041CB. Grayscale: #BDBDBD. Windows color (decimal): -1065420 or 3456751. OLE color: 3456751.

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

Color convert

RGB 239 190 52 -
CMYK 0 0.21 0.78 0.06
HSL 44.28º 0.85% 0.57% -
HSV(B) 44.28º 0.78% 0.94% -
XYZ 54.63 55.43 11.07 -
YUV 188.92 50.73 163.72 -
System Red Green Blue C M Y K H S L
Decimal 239 190 52 0 0.21 0.78 0.06 44.28 0.85 0.57
Hex EF BE 34 0 15 4E 6 2C 55 39
Octal 357 276 64 0 25 116 6 54 125 71
Binary 11101111 10111110 110100 0 10101 1001110 110 101100 1010101 111001

Color Harmonies of #EFBE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE34

Black with #EFBE34

Text Example


Text Example

White with #EFBE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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