Html Css Color HEX #EFBF2E Bright Sun

📋 copy color: '#EFBF2E'

red 239 ◦ green 191 ◦ blue 46

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

Shades of Bright Sun #EFBF2E

Tints of Bright Sun #EFBF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.66%

R = 50.21%
G = 40.13%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFBF2E (or 0xEFBF2E) is known color: Bright Sun. HEX triplet: EF, BF and 2E. RGB value is (239,191,46). Sum of RGB (Red+Green+Blue) = 239+191+46=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF2E is #1040D1. Grayscale: #BDBDBD. Windows color (decimal): -1065170 or 3063791. OLE color: 3063791.

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

Color convert

RGB 239 191 46 -
CMYK 0 0.20 0.81 0.06
HSL 45.08º 0.86% 0.56% -
HSV(B) 45.08º 0.81% 0.94% -
XYZ 54.72 55.81 10.47 -
YUV 188.82 47.4 163.79 -
System Red Green Blue C M Y K H S L
Decimal 239 191 46 0 0.20 0.81 0.06 45.08 0.86 0.56
Hex EF BF 2E 0 14 51 6 2D 56 38
Octal 357 277 56 0 24 121 6 55 126 70
Binary 11101111 10111111 101110 0 10100 1010001 110 101101 1010110 111000

Color Harmonies of #EFBF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF2E

Black with #EFBF2E

Text Example


Text Example

White with #EFBF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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