Html Css Color HEX #EFB335 Bright Sun

📋 copy color: '#EFB335'

red 239 ◦ green 179 ◦ blue 53

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

Shades of Bright Sun #EFB335

Tints of Bright Sun #EFB335

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38%

 BLUE value IS 53 (21.09% from 255) = 11.25%

R = 50.74%
G = 38%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFB335 (or 0xEFB335) is known color: Bright Sun. HEX triplet: EF, B3 and 35. RGB value is (239,179,53). Sum of RGB (Red+Green+Blue) = 239+179+53=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB335 is #104CCA. Grayscale: #B7B7B7. Windows color (decimal): -1068235 or 3519471. OLE color: 3519471.

HSL color Cylindrical-coordinate representation of color #EFB335: hue angle of 40.65º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFB335 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 53 -
CMYK 0 0.25 0.78 0.06
HSL 40.65º 0.85% 0.57% -
HSV(B) 40.65º 0.78% 0.94% -
XYZ 52.36 50.85 10.42 -
YUV 182.58 54.88 168.25 -
System Red Green Blue C M Y K H S L
Decimal 239 179 53 0 0.25 0.78 0.06 40.65 0.85 0.57
Hex EF B3 35 0 19 4E 6 29 55 39
Octal 357 263 65 0 31 116 6 51 125 71
Binary 11101111 10110011 110101 0 11001 1001110 110 101001 1010101 111001

Color Harmonies of #EFB335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB335

Black with #EFB335

Text Example


Text Example

White with #EFB335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB335; }

 p { color: rgb(239,179,53); }

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

background-color css

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

 a { background-color: rgb(239,179,53); }

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

border-color css

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

 span { border-color: rgb(239,179,53); }

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