Html Css Color HEX #EFBD32 Bright Sun

📋 copy color: '#EFBD32'

red 239 ◦ green 189 ◦ blue 50

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

Shades of Bright Sun #EFBD32

Tints of Bright Sun #EFBD32

RGB

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

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

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

R = 50%
G = 39.54%
B = 10.46%

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

#EFBD32 (or 0xEFBD32) is known color: Bright Sun. HEX triplet: EF, BD and 32. RGB value is (239,189,50). Sum of RGB (Red+Green+Blue) = 239+189+50=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD32 is #1042CD. Grayscale: #BCBCBC. Windows color (decimal): -1065678 or 3325423. OLE color: 3325423.

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

Color convert

RGB 239 189 50 -
CMYK 0 0.21 0.79 0.06
HSL 44.13º 0.86% 0.57% -
HSV(B) 44.13º 0.79% 0.94% -
XYZ 54.37 54.98 10.76 -
YUV 188.1 50.07 164.3 -
System Red Green Blue C M Y K H S L
Decimal 239 189 50 0 0.21 0.79 0.06 44.13 0.86 0.57
Hex EF BD 32 0 15 4F 6 2C 56 39
Octal 357 275 62 0 25 117 6 54 126 71
Binary 11101111 10111101 110010 0 10101 1001111 110 101100 1010110 111001

Color Harmonies of #EFBD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD32

Black with #EFBD32

Text Example


Text Example

White with #EFBD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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