Html Css Color HEX #EFBE31 Bright Sun

📋 copy color: '#EFBE31'

red 239 ◦ green 190 ◦ blue 49

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

Shades of Bright Sun #EFBE31

Tints of Bright Sun #EFBE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.25%

R = 50%
G = 39.75%
B = 10.25%

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

#EFBE31 (or 0xEFBE31) is known color: Bright Sun. HEX triplet: EF, BE and 31. RGB value is (239,190,49). Sum of RGB (Red+Green+Blue) = 239+190+49=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE31 is #1041CE. Grayscale: #BDBDBD. Windows color (decimal): -1065423 or 3260143. OLE color: 3260143.

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

Color convert

RGB 239 190 49 -
CMYK 0 0.21 0.79 0.06
HSL 44.53º 0.86% 0.56% -
HSV(B) 44.53º 0.79% 0.94% -
XYZ 54.56 55.4 10.72 -
YUV 188.58 49.23 163.96 -
System Red Green Blue C M Y K H S L
Decimal 239 190 49 0 0.21 0.79 0.06 44.53 0.86 0.56
Hex EF BE 31 0 15 4F 6 2D 56 38
Octal 357 276 61 0 25 117 6 55 126 70
Binary 11101111 10111110 110001 0 10101 1001111 110 101101 1010110 111000

Color Harmonies of #EFBE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE31

Black with #EFBE31

Text Example


Text Example

White with #EFBE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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