Html Css Color HEX #EFBF2F Bright Sun

📋 copy color: '#EFBF2F'

red 239 ◦ green 191 ◦ blue 47

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

Shades of Bright Sun #EFBF2F

Tints of Bright Sun #EFBF2F

RGB

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

 GREEN value IS 191 (75% from 255) = 40.04%

 BLUE value IS 47 (18.75% from 255) = 9.85%

R = 50.1%
G = 40.04%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFBF2F (or 0xEFBF2F) is known color: Bright Sun. HEX triplet: EF, BF and 2F. RGB value is (239,191,47). Sum of RGB (Red+Green+Blue) = 239+191+47=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF2F is #1040D0. Grayscale: #BDBDBD. Windows color (decimal): -1065169 or 3129327. OLE color: 3129327.

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

Color convert

RGB 239 191 47 -
CMYK 0 0.20 0.80 0.06
HSL 45º 0.86% 0.56% -
HSV(B) 45º 0.8% 0.94% -
XYZ 54.74 55.82 10.58 -
YUV 188.94 47.9 163.71 -
System Red Green Blue C M Y K H S L
Decimal 239 191 47 0 0.20 0.80 0.06 45 0.86 0.56
Hex EF BF 2F 0 14 50 6 2D 56 38
Octal 357 277 57 0 24 120 6 55 126 70
Binary 11101111 10111111 101111 0 10100 1010000 110 101101 1010110 111000

Color Harmonies of #EFBF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF2F

Black with #EFBF2F

Text Example


Text Example

White with #EFBF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF2F; }

 p { color: rgb(239,191,47); }

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

background-color css

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

 a { background-color: rgb(239,191,47); }

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

border-color css

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

 span { border-color: rgb(239,191,47); }

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