Html Css Color HEX #EFBD33 Bright Sun

📋 copy color: '#EFBD33'

red 239 ◦ green 189 ◦ blue 51

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

Shades of Bright Sun #EFBD33

Tints of Bright Sun #EFBD33

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

 BLUE value IS 51 (20.31% from 255) = 10.65%

R = 49.9%
G = 39.46%
B = 10.65%

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

#EFBD33 (or 0xEFBD33) is known color: Bright Sun. HEX triplet: EF, BD and 33. RGB value is (239,189,51). Sum of RGB (Red+Green+Blue) = 239+189+51=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 51 (20.31% from 255 or 10.65% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD33 is #1042CC. Grayscale: #BCBCBC. Windows color (decimal): -1065677 or 3390959. OLE color: 3390959.

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

Color convert

RGB 239 189 51 -
CMYK 0 0.21 0.79 0.06
HSL 44.04º 0.85% 0.57% -
HSV(B) 44.04º 0.79% 0.94% -
XYZ 54.39 54.98 10.88 -
YUV 188.22 50.57 164.22 -
System Red Green Blue C M Y K H S L
Decimal 239 189 51 0 0.21 0.79 0.06 44.04 0.85 0.57
Hex EF BD 33 0 15 4F 6 2C 55 39
Octal 357 275 63 0 25 117 6 54 125 71
Binary 11101111 10111101 110011 0 10101 1001111 110 101100 1010101 111001

Color Harmonies of #EFBD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD33

Black with #EFBD33

Text Example


Text Example

White with #EFBD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD33; }

 p { color: rgb(239,189,51); }

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

background-color css

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

 a { background-color: rgb(239,189,51); }

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

border-color css

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

 span { border-color: rgb(239,189,51); }

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